home *** CD-ROM | disk | FTP | other *** search
- // --------------------------------------------------------------------------------------------------------------
- //
- // MPackMUI V1.01 Hooks Header
- //
- // --------------------------------------------------------------------------------------------------------------
-
- #include <exec/types.h>
- #include <libraries/mui.h>
- #include <utility/hooks.h>
- #include <workbench/startup.h>
- #include <workbench/workbench.h>
-
- #include <clib/alib_protos.h>
- #include <proto/dos.h>
- #include <proto/exec.h>
- #include <proto/intuition.h>
- #include <proto/muimaster.h>
-
- #include <ctype.h>
- #include <string.h>
-
- #include "Enum.h"
-
- // --------------------------------------------------------------------------------------------------------------
-
- // External Prototypes
-
- void RebuildMIMETypes();
- void RebuildMIMEList();
- void OpenPrefs(char *);
- void SavePrefs(char *);
- void CleanUp();
- void Encode2File();
- void Decode2File();
- void Encode2Mail();
- void Encode2NG();
- BOOL DoAslFileReq(char *, char *, BOOL);
- BOOL DoAslDirReq(char *, char *);
- void DoEasyReq(char *);
- void FreeList(struct List *);
-
- // GUI stuff
-
- extern Object *Gadgets[];
- extern Object *Windows[];
- extern Object *App;
-
- // Miscellaneous
-
- extern char *MIMETypes[];
- extern const char *DefaultMIMETypes[];
-
- extern struct List MIMEList;
-
- // --------------------------------------------------------------------------------------------------------------
-
- // End Of Text
-